home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global win, points
- if win = "yes" then
- puppetSound(3, "win")
- member("youwin").text = "You win!!!"
- member("points").text = "Total Score:" && string(points) && "pts"
- else
- puppetSound(3, "lose")
- member("youwin").text = "Busted!"
- end if
- end
-